ClockDisposeCallBack
Your clock component'sClockDisposeCallBack
function disposes of the memory associated with the specified callback event.
pascal ComponentResult ClockDisposeCallBack (ComponentInstance aClock, QTCallBack cb);
aClock
- Specifies the clock for the operation. Applications obtain this identifier from the Component Manager's
OpenComponent
function.cb
- Specifies the callback event for the operation. The Movie Toolbox obtains this value from your component's
ClockNewCallBack
function (described on page 11-9).DESCRIPTION
The Movie Toolbox calls this function when an application discards its callback event
by calling theDisposeCallBack
function. Your clock component should cancel the callback event before you dispose of it.You should not call this function at interrupt time.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help